Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 12 - Draw Context Objects / Draw Context Objects Reference
Draw Context Objects Routines / Managing Draw Contexts


Q3DrawContext_GetData

You can use the Q3DrawContext_GetData function to get the data associated with a draw context.

TQ3Status Q3DrawContext_GetData (
TQ3DrawContextObject context, 
TQ3DrawContextData *contextData);
context
A draw context object.
contextData
On exit, a pointer to a draw context data structure.
DESCRIPTION
The Q3DrawContext_GetData function returns, in the contextData parameter, a pointer to a draw context data structure for the draw context specified by the context parameter.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996